home *** CD-ROM | disk | FTP | other *** search
- on exitFrame
- global firstTime, goOn, gPlaySound, goQuick, gTiming, audioPath, gCurrLabel, notClicked, gMenuButton, gMenuExit, gTourForwardArrow, gTourBackArrow
- if the frameLabel <> 0 then
- gCurrLabel = the frameLabel
- end if
- repeat with rc in [gMenuButton, gMenuExit, gTourForwardArrow, gTourBackArrow]
- doRollover(rc)
- end repeat
- if gTiming then
- startTimer()
- gTiming = 0
- end if
- if the timer > (8 * 60) then
- go(the frame + 1)
- else
- go(the frame)
- end if
- Interaction4411()
- end
-